home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / QuickDraw GX / QuickDraw GX Info / QuickDraw GX Interfaces / Interfaces & Libraries / Pascal Interfaces & Libraries / Pascal Interfaces / PrintingExtensions.p < prev    next >
Encoding:
Text File  |  1994-03-24  |  974 b   |  52 lines  |  [TEXT/MPS ]

  1. {
  2.  
  3.     FILENAME
  4.         PrintingExtensions.p
  5.  
  6.     DESCRIPTION
  7.         This file defines data types and API functions for
  8.         printing extension development.
  9.  
  10.     COPYRIGHT
  11.         Copyright © Apple Computer, Inc. 1989, 1990, 1991, 1992, 1993
  12.         All rights reserved. 
  13.     
  14. }
  15.  
  16. {$IFC UNDEFINED UsingIncludes}
  17. {$SETC UsingIncludes := 0}
  18. {$ENDC}
  19.  
  20. {$IFC NOT UsingIncludes}
  21.     UNIT PrintingExtensions;
  22.     INTERFACE
  23. {$ENDC}
  24.  
  25. {$IFC UNDEFINED UsingPrintingExtensions}
  26. {$SETC UsingPrintingExtensions := 1}
  27.  
  28. {$I+}
  29. {$SETC PrintingExtensionsIncludes := UsingIncludes}
  30. {$SETC UsingIncludes := 1}
  31. {$IFC UNDEFINED UsingTypes}
  32. {$I $$Shell(PInterfaces)Types.p}
  33. {$ENDC}
  34. {$SETC UsingIncludes := PrintingExtensionsIncludes}
  35.  
  36.  
  37. { ------------------------------------------------------------------------------
  38.  
  39.                         Printing Extension API Contants and Types
  40.  
  41. -------------------------------------------------------------------------------- }
  42.  
  43.  
  44.  
  45.  
  46.  
  47. {$ENDC}    { UsingPrintingExtensions }
  48.  
  49. {$IFC NOT UsingIncludes}
  50.     END.
  51. {$ENDC}
  52.